home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtgraphimp / readme < prev   
Encoding:
Text File  |  2000-06-23  |  881 b   |  20 lines

  1. README - QTGRAPHIMP
  2.  
  3. This sample code illustrates how to use QuickTime's graphics importer routines
  4. to open and display image files. The graphics importer routines were introduced
  5. in QuickTime version 2.5 as a new way to draw still images. The graphics import
  6. routines (for example, GetGraphicsImporterForFile) use graphics import components
  7. (of component type 'grip') to open and perform other operations on image files.
  8. Essentially, you can use the graphics import routines to insulate your application
  9. from the nitty gritty details of image file format and compression used in the
  10. image.
  11.  
  12. In this sample code, we allow the user to open an image file; then we draw it into
  13. a window on the screen. Your application, of course, will probably want to do more
  14. interesting things with the image. We also allow the user to save an image using JPEG
  15. compression.
  16.  
  17. Enjoy,
  18. QuickTime Team
  19.  
  20.